attribute (relation)
from relation
ペア(attribute名,データ型)のこと
このデータ型のことをinstance, domainとも呼ぶ
データ型にはNULL (SQL)は含まない
e.g.
(name,string)
(age, int)